Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1EditorRibbon Class / ItemDeserialized Event

In This Topic
    ItemDeserialized Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event ItemDeserialized As System.EventHandler(Of ItemDeserializedEventArgs)
    public event System.EventHandler<ItemDeserializedEventArgs> ItemDeserialized
    Event Data

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

    PropertyDescription
     
    See Also