OverlayPaneEventArgs Class
Provides arguments for IOverlayPane-related events.
public class OverlayPaneEventArgs : TextViewEventArgs
- Inheritance:
- Object EventArgs RoutedEventArgs TextViewEventArgs Object
Constructors
OverlayPaneEventArgs(IEditorView, IOverlayPane)
Initializes a new instance of the OverlayPaneEventArgs
class.
public OverlayPaneEventArgs(IEditorView view, IOverlayPane pane)
Parameter | Type | Description |
---|---|---|
view | IEditorView | The IEditorView that is affected by this event. |
pane | IOverlayPane | The IOverlayPane that is affected by this event. |
Properties
Pane
Gets the IOverlayPane that is affected by this event.
public IOverlayPane Pane { get; }
Property Value
- IOverlayPane:
The IOverlayPane that is affected by this event.