Provides arguments for IOverlay
- Inheritance:
-
object
Event
Args RoutedEvent TextArgs View objectEvent Args
Constructors
OverlayPaneEventArgs(IEditorView, IOverlayPane)
Initializes a new instance of the OverlayPaneEventArgs
class.
Parameter | Type | Description |
---|---|---|
view | IEditor |
The IEditor |
pane | IOverlay |
The IOverlay |
Properties
Pane
Gets the IOverlay
Property Value
- IOverlay
Pane : The IOverlay
Pane that is affected by this event.