[]
        
(Showing Draft Content)

C1.Win.C1Command.RadialMenuItemClickEventArgs

RadialMenuItemClickEventArgs Class

Arguments for the RadialMenuItemClickEventHandler event handler.

Inheritance
RadialMenuItemClickEventArgs
Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public class RadialMenuItemClickEventArgs : EventArgs

Constructors

Name Description
RadialMenuItemClickEventArgs(object)

Initializes a new instance of the RadialMenuItemClickEventArgs class.

Properties

Name Description

If the clicked item was a C1CommandLink, returns that link; otherwise, returns null.

Item

Gets the item that was clicked. This may be either an object of a type derived from RadialMenuItemBase, or a C1CommandLink.

RadialMenuItem

If the clicked item was a RadialMenuItem, returns that item; otherwise, returns null.