WinForms

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

    Show / Hide Table of Contents

    Class DockStateLoadEventArgs

    Custom event argument class used for notifying users of docking controls state is loaded successfully or not.

    Inheritance
    System.Object
    System.EventArgs
    DockStateLoadEventArgs
    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 DockStateLoadEventArgs : EventArgs
    Remarks

    The DockStateLoadEventArgs class is used by the DockingManager to provide event data for the NewDockStateEndLoad event.

    Constructors

    DockStateLoadEventArgs(Boolean)

    Creates a new instance of the class with the dock state loaded result.

    Declaration
    public DockStateLoadEventArgs(bool lResult)
    Parameters
    Type Name Description
    System.Boolean lResult

    if set to true dock state is successfully loaded.

    Fields

    loadResultValue

    Declaration
    protected bool loadResultValue
    Field Value
    Type Description
    System.Boolean

    Properties

    LoadResult

    Returns a bool value indicating whether the dock state is loaded successfully or not.

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