Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / SubmittedEventHandler Delegate
The object where the event handler is attached.
The event data.


In This Topic
    SubmittedEventHandler Delegate
    In This Topic
    Represents the method that will handle the GrapeCity.Windows.InputMan.Primitives.DropDownWindow.SubmittedEvent attached event.
    Syntax
    'Declaration
     
    Public Delegate Sub SubmittedEventHandler( _
       ByVal sender As Object, _
       ByVal e As SubmittedEventArgs _
    ) 
    'Usage
     
    Dim instance As New SubmittedEventHandler(AddressOf HandlerMethod)
    public delegate void SubmittedEventHandler( 
       object sender,
       SubmittedEventArgs e
    )

    Parameters

    sender
    The object where the event handler is attached.
    e
    The event data.
    See Also