C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1EditorRibbon Class / TabDeserialized Event

TabDeserialized Event
Syntax
'Declaration
 
Public Event TabDeserialized As System.EventHandler(Of TabDeserializedEventArgs)
 
Event Data

The event handler receives an argument of type C1.Win.Ribbon.TabDeserializedEventArgs containing data related to this event. The following TabDeserializedEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also