menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FolderBrowserInitializedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FolderBrowserInitializedEventArgs

    Contains event data associated with a Initialized event.

    Inheritance
    System.Object
    System.EventArgs
    FolderBrowserInitializedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Tools
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class FolderBrowserInitializedEventArgs : EventArgs

    Constructors

    FolderBrowserInitializedEventArgs(IntPtr)

    Initializes a new instance of the FolderBrowserInitializedEventArgs class.

    Declaration
    public FolderBrowserInitializedEventArgs(IntPtr hwnd)
    Parameters
    Type Name Description
    System.IntPtr hwnd

    The HWND IntPtr.

    Fields

    Hwnd

    FolderBrowser handle

    Declaration
    public readonly IntPtr Hwnd
    Field Value
    Type
    System.IntPtr
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved