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