menu

WPF

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

    Show / Hide Table of Contents

    Class FolderBrowserIUnknownEventArgs

    Contains event data associated with a IUnknown event.

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

    Constructors

    FolderBrowserIUnknownEventArgs(IntPtr, IntPtr)

    Initializes a new instance of the FolderBrowserIUnknownEventArgs class.

    Declaration
    public FolderBrowserIUnknownEventArgs(IntPtr hwnd, IntPtr iunknown)
    Parameters
    Type Name Description
    System.IntPtr hwnd

    The HWND IntPtr.

    System.IntPtr iunknown

    The Iunknown.

    Fields

    Hwnd

    FolderBrowser handle.

    Declaration
    public readonly IntPtr Hwnd
    Field Value
    Type
    System.IntPtr

    Iunknown

    Reference to IUnknown interface

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