ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class / OnGroupDeserialized Method

In This Topic
    OnGroupDeserialized Method
    In This Topic
    Raises the GroupDeserialized event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnGroupDeserialized( _
       ByVal e As GroupDeserializedEventArgs _
    ) 
    protected virtual void OnGroupDeserialized( 
       GroupDeserializedEventArgs e
    )

    Parameters

    e
    See Also