public MenuItemClickedEventArgs(
int id,
string text,
MenuItemType type,
MenuItemState state
)
Public Sub New (
id As Integer,
text As String,
type As MenuItemType,
state As MenuItemState
)
Dim id As Integer
Dim text As String
Dim type As MenuItemType
Dim state As MenuItemState
Dim instance As New MenuItemClickedEventArgs(id, text,
type, state)
public:
MenuItemClickedEventArgs(
int id,
String^ text,
MenuItemType type,
MenuItemState state
)
new :
id : int *
text : string *
type : MenuItemType *
state : MenuItemState -> MenuItemClickedEventArgs
No code example is currently available or this language may not be supported.