BaseEdit.SendKeyUp(KeyEventArgs) Method
In This Article
Raises the KeyUp event.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual void SendKeyUp(
KeyEventArgs e
)
#Parameters
Name | Type | Description |
---|---|---|
e | Key |
A Key |
#Remarks
This method supports the internal editor library’s infrastructure and you will have no need to use it in your applications.
See Also