←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly