Class FolderBrowserInitializedEventArgs
Contains event data associated with a Initialized event.
Inheritance
System.Object
FolderBrowserInitializedEventArgs
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 |