DxDropDown Events
A control that displays a drop-down window with custom content.Name | Description |
---|---|
Closed | Fires after the drop-down window is closed. |
Closing | Fires before the drop-down window is closed. |
Disposed | Fires after the drop-down window is disposed. |
Initialized | Fires after the drop-down window is initialized. |
IsOpenChanged | Fires when the DropDown opens or closes. |
ResizeCompleted | Fires after the DropDown is resized. |
ResizeStarted | Fires when a user starts to resize the DropDown. |
Showing | Fires before the drop-down window is displayed. |
Shown | Fires after the drop-down window is displayed. |
See Also