Contains information about the TemplateUpdated event.
Definition
Namespace:Telerik.WinControls.UI.SlideView
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class TemplateUpdatedEventArgs : EventArgs
Inheritance: objectEventArgsTemplateUpdatedEventArgs
Inherited Members
Constructors
Initializes a new instance of the TemplateUpdatedEventArgs class.
C#
public TemplateUpdatedEventArgs(LightVisualElement template, object dataObject)
Properties
Gets the data bound object.
C#
public object DataObject { get; }
Remarks:
If the RadSlideView is in bound mode, returns the current object in the data source. In unbound mode this property returns null.
Gets the element from the template.
C#
public LightVisualElement Template { get; }