LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterDialogHelpEventArgs Class
See Also  Members  
Leadtools.WinForms.CommonDialogs.File Namespace : RasterDialogHelpEventArgs Class



RasterDialogHelpEventArgs is the Help event argument data.

Object Model

RasterDialogHelpEventArgs Class

Syntax

Visual Basic (Declaration) 
Public Class RasterDialogHelpEventArgs 
   Inherits System.EventArgs
Visual Basic (Usage)Copy Code
Dim instance As RasterDialogHelpEventArgs
C# 
public class RasterDialogHelpEventArgs : System.EventArgs 
C++/CLI 
public ref class RasterDialogHelpEventArgs : public System.EventArgs 

Example

Refer to RasterOpenDialog example.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Leadtools.WinForms.CommonDialogs.File.RasterDialogHelpEventArgs

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also