EditActionEventArgs Class
Provides arguments for an IEditAction that executes within an IEditorView.
public class EditActionEventArgs : CancelRoutedEventArgs
- Inheritance:
- object EventArgs RoutedEventArgs CancelRoutedEventArgs object
Constructors
EditActionEventArgs(IEditorView, IEditAction)
Provides arguments for an IEditAction that executes within an IEditorView.
public EditActionEventArgs(IEditorView view, IEditAction action)
| Parameter | Type | Description |
|---|---|---|
| view | IEditorView | The IEditorView in which the Action is executing. |
| action | IEditAction | The IEditAction that is executing. |
Properties
Action
The IEditAction that is executing.
View
The IEditorView in which the Action is executing.
Inherited Members
- CancelRoutedEventArgs.Cancel
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()