'Declaration Public Event AutoClosing As System.EventHandler(Of CancelEventArgs)
'Usage Dim instance As ContextMenu Dim handler As System.EventHandler(Of CancelEventArgs) AddHandler instance.AutoClosing, handler
public event System.EventHandler<CancelEventArgs> AutoClosing
Event Data
The event handler receives an argument of type C1.Silverlight.SpreadSheet.CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel |
See Also