Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / ToolMenuList Class / OnItemClick Method
Provides data for the event.

In This Topic
    OnItemClick Method
    In This Topic
    Raises the C1Menu.ItemClick event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnItemClick( _
       ByVal e As C1.WPF.Core.SourcedEventArgs _
    ) 
    protected override void OnItemClick( 
       C1.WPF.Core.SourcedEventArgs e
    )

    Parameters

    e
    Provides data for the event.
    See Also