ShowingEditorEventArgsBase Constructors
Serves as the base for classes that provide data for events related to showing in-place editors.| Name | Parameters | Description |
|---|---|---|
| ShowingEditorEventArgsBase(RoutedEvent, DataViewBase, Int32, ColumnBase) | routedEvent, view, rowHandle, column | Initializes a new instance of the ShowingEditorEventArgsBase class with the specified settings. |
See Also