RoutedEventArgs

TheArtOfDev.HtmlRenderer.WPF

HTML Renderer routed event arguments containing event data.

Inherits: RoutedEventArgs

Constructors

RoutedEventArgs(RoutedEvent, T)

Initializes a new instance of the RoutedEventArgs class.

routedEvent
data
RoutedEventArgs(RoutedEvent, object, T)

Initializes a new instance of the RoutedEventArgs class.

routedEvent
source
data

Properties

Data : T

the argument data of the routed event

Methods

ToString() : string

Returns a string that represents the current object.

Fields

_data : T

the argument data of the routed event