Skip to main content

BaseEdit.SendKeyUp(KeyEventArgs) Method

Raises the KeyUp event.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void SendKeyUp(
    KeyEventArgs e
)

Parameters

Name Type Description
e KeyEventArgs

A KeyEventArgs object providing data for the event.

Remarks

This method supports the internal editor library’s infrastructure and you will have no need to use it in your applications.

See Also