WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LabelLoadedEventArgs

    Show / Hide Table of Contents

    Class LabelLoadedEventArgs

    Invoked due to change in Content value

    Inheritance
    System.Object
    System.EventArgs
    LabelLoadedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Input
    Assembly: Syncfusion.SfInput.Wpf.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 Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved