MenuItemCommandEventArgs Constructors
Provides data for the events whose functionality relates to processing the Command event fired by a child control within a templated menu item.| Name | Parameters | Description |
|---|---|---|
| MenuItemCommandEventArgs(MenuItem, Object, CommandEventArgs) | item, commandSource, originalArgs | Initializes a new instance of the MenuItemCommandEventArgs class. |
| MenuItemCommandEventArgs(Object, CommandEventArgs) | commandSource, originalArgs | Initializes a new instance of the MenuItemCommandEventArgs class. |
See Also