Class OverlayDomainEvent
Provides static event descriptors for the IOverlay.
public static class OverlayDomainEvent
- Inheritance
-
OverlayDomainEvent
- Inherited Members
Properties
InspectModeCanceled
Fired when user cancels the inspect mode.
public static EventDescriptor<CdpEventArgs<InspectModeCanceledEventArgs>> InspectModeCanceled { get; }
Property Value
- EventDescriptor<CdpEventArgs<InspectModeCanceledEventArgs>>
InspectNodeRequested
Fired when the node should be inspected. This happens after call to setInspectMode or when user manually inspects an element.
public static EventDescriptor<CdpEventArgs<InspectNodeRequestedEventArgs>> InspectNodeRequested { get; }
Property Value
- EventDescriptor<CdpEventArgs<InspectNodeRequestedEventArgs>>
InspectPanelShowRequested
Fired when user asks to show the Inspect panel.
public static EventDescriptor<CdpEventArgs<InspectPanelShowRequestedEventArgs>> InspectPanelShowRequested { get; }
Property Value
- EventDescriptor<CdpEventArgs<InspectPanelShowRequestedEventArgs>>
InspectedElementWindowRestored
Fired when user asks to restore the Inspected Element floating window.
public static EventDescriptor<CdpEventArgs<InspectedElementWindowRestoredEventArgs>> InspectedElementWindowRestored { get; }
Property Value
- EventDescriptor<CdpEventArgs<InspectedElementWindowRestoredEventArgs>>
NodeHighlightRequested
Fired when the node should be highlighted. This happens after call to setInspectMode.
public static EventDescriptor<CdpEventArgs<NodeHighlightRequestedEventArgs>> NodeHighlightRequested { get; }
Property Value
- EventDescriptor<CdpEventArgs<NodeHighlightRequestedEventArgs>>
ScreenshotRequested
Fired when user asks to capture screenshot of some area on the page.
public static EventDescriptor<CdpEventArgs<ScreenshotRequestedEventArgs>> ScreenshotRequested { get; }
Property Value
- EventDescriptor<CdpEventArgs<ScreenshotRequestedEventArgs>>