[]
        
(Showing Draft Content)

C1.Win.Command.ClickEventArgs.-ctor

ClickEventArgs Constructor

Initializes a new instance of the ClickEventArgs class

Declaration
public ClickEventArgs(ClickSourceEnum clickSource, C1CommandLink callerLink, ContextInfo contextInfo)
Parameters
Type Name Description
ClickSourceEnum clickSource

Determines whether the click event was caused by a menu selection, shortcut key, or other means.

C1CommandLink callerLink

Gets the command link which caused the click event to occur.

ContextInfo contextInfo

Gets the context info for clicks which originated in a context menu.