XamlObjectEventArgs Class
Provides data for callbacks that can be inserted in the sequence for object initialization and property setting. This influences the object graph that is produced by XamlObjectWriter.
Assembly: System.Xaml (in System.Xaml.dll)
| Name | Description | |
|---|---|---|
![]() | XamlObjectEventArgs(Object) | Initializes a new instance of the XamlObjectEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | ElementLineNumber | Gets or sets the line number of the relevant object instance. |
![]() | ElementLinePosition | Gets or sets the position in the line of the relevant object instance. |
![]() | Instance | Gets the object instance that is relevant to the event data. |
![]() | SourceBamlUri | Gets or sets the BAML URI of the relevant object instance. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The applicable callbacks all use the generic EventHandler<TEventArgs> that carries XamlObjectEventArgs event data. You define the handlers and then set references to them by setting properties of XamlObjectWriterSettings.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


