Help Event

Summary
Occurs when the user clicks the Help button.
Syntax
C#
VB
C++
public event EventHandler<RasterDialogHelpEventArgs> Help 
  
Public Event Help As EventHandler(Of RasterDialogHelpEventArgs) 
public: 
event EventHandler<RasterDialogHelpEventArgs^>^ Help 
Event Data

The event handler receives an argument of type RasterDialogHelpEventArgs containing data related to this event. The following RasterDialogHelpEventArgs properties provide information specific to this event.

PropertyDescription
Dialog Gets the dialog help ID RasterDialogHelpName that triggered the help event.
Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.