[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubmittedEventHandler

SubmittedEventHandler Delegate

Represents the method that will handle the GrapeCity.Windows.InputMan.Primitives.DropDownWindow.SubmittedEvent attached event.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public delegate void SubmittedEventHandler(object sender, SubmittedEventArgs e)
Public Delegate Sub SubmittedEventHandler(sender As Object, e As SubmittedEventArgs)
Parameters
Type Name Description
object sender

The object where the event handler is attached.

SubmittedEventArgs e

The event data.