Class FolderBrowserSelectionChangedEventArgs
Contains event data associated with a SelectedChanged event.
Inheritance
System.Object
FolderBrowserSelectionChangedEventArgs
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class FolderBrowserSelectionChangedEventArgs : EventArgs
Constructors
FolderBrowserSelectionChangedEventArgs(IntPtr, String)
Initializes a new instance of the FolderBrowserSelectionChangedEventArgs class.
Declaration
public FolderBrowserSelectionChangedEventArgs(IntPtr hwnd, string selectedFolderPath)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | hwnd | The HWND IntPtr. |
System.String | selectedFolderPath | The selected folder path. |
Fields
Hwnd
FolderBrowser handle.
Declaration
public readonly IntPtr Hwnd
Field Value
Type |
---|
System.IntPtr |
SelectedFolderPath
Selected folder path
Declaration
public readonly string SelectedFolderPath
Field Value
Type |
---|
System.String |