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