[]
Represents the method that will handle the GrapeCity.Windows.InputMan.Primitives.DropDownWindow.SubmittedEvent attached event.
public delegate void SubmittedEventHandler(object sender, SubmittedEventArgs e)
Public Delegate Sub SubmittedEventHandler(sender As Object, e As SubmittedEventArgs)
Type | Name | Description |
---|---|---|
object | sender | The object where the event handler is attached. |
SubmittedEventArgs | e | The event data. |