ComponentOne FlexGrid for WPF and Silverlight
CloseEditor Event (ColumnFilterEditor)

C1.Silverlight.FlexGrid Namespace > ColumnFilterEditor Class : CloseEditor Event
Occurs when the user closes the editor.
Syntax
'Declaration
 
Public Event CloseEditor As System.EventHandler(Of CancelEventArgs)
public event System.EventHandler<CancelEventArgs> CloseEditor
Event Data

The event handler receives an argument of type System.ComponentModel.CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also