Back to Devexpress

BaseEdit.SendKeyUp(KeyEventArgs) Method

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-dot-sendkeyup-x28-system-dot-windows-dot-forms-dot-keyeventargs-x29.md

latest1.3 KB
Original Source

BaseEdit.SendKeyUp(KeyEventArgs) Method

Raises the KeyUp event.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void SendKeyUp(
    KeyEventArgs e
)
vb
Public Overridable Sub SendKeyUp(
    e As KeyEventArgs
)

Parameters

NameTypeDescription
eKeyEventArgs

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

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace