Class LabelLoadedEventArgs
Invoked due to change in Content value
Inheritance
System.Object
LabelLoadedEventArgs
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class LabelLoadedEventArgs : EventArgs
Constructors
LabelLoadedEventArgs()
Declaration
public LabelLoadedEventArgs()
Properties
Content
Gets or sets the value of Content property.
Declaration
public object Content { get; set; }
Property Value
Type |
---|
System.Object |