New to Telerik UI for WinFormsStart a free 30-day trial

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 EventArgs.Empty

Constructors

Initializes a new instance of the TemplateUpdatedEventArgs class.

C#
public TemplateUpdatedEventArgs(LightVisualElement template, object dataObject)
Parameters:templateLightVisualElementdataObjectobject

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; }