WinForms

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

    Show / Hide Table of Contents

    Class InitializeControlOnLoadEventArgs

    Custom event argument class used by the DockingManager to notify that a previously persisted dockable control cannot be located during a LoadDockState() operation.

    Inheritance
    System.Object
    System.EventArgs
    InitializeControlOnLoadEventArgs
    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.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class InitializeControlOnLoadEventArgs : EventArgs
    Remarks

    Applications can use the InitializeControlOnLoadEventArgs as a hint to create and initialize controls selectively based on the control set in the previously persisted docking layout.

    Constructors

    InitializeControlOnLoadEventArgs(String)

    Creates a new instance of the InitializeControlOnLoadEventArgs class.

    Declaration
    public InitializeControlOnLoadEventArgs(string ctrlname)
    Parameters
    Type Name Description
    System.String ctrlname

    The name of the control that the DockingManager is attempting to load.

    Properties

    ControlName

    Returns the System.Windows.Forms.Control.Name property of the control.

    Declaration
    public string ControlName { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved