[]
        
(Showing Draft Content)

C1.iOS.Viewer.MenuItemClickedEventArgs

MenuItemClickedEventArgs Class

Clicked event arguments for menu item.

Inheritance
MenuItemClickedEventArgs
Namespace: C1.iOS.Viewer
Assembly: C1.iOS.Viewer.dll
Syntax
public class MenuItemClickedEventArgs : EventArgs

Constructors

Name Description
MenuItemClickedEventArgs(MenuItem, int)

Initializes a new instance of the MenuItemClickedEventArgs class.

Properties

Name Description
Cancel

Gets or sets whether to cancel the execution of menu item.

ClickedItem

Gets the clicked item.

ItemIndex

Gets the index of the item.

See Also