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