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 RasterOpenDialog example.

Requirements

Target Platforms

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

Leadtools.WinForms.CommonDialogs.File Assembly