OnHelp Method

Summary

Raises the Help event.

Syntax
C#
VB
C++
protected virtual void OnHelp( 
   RasterDialogHelpEventArgs e 
) 
  
Protected Overridable Sub OnHelp( _ 
   ByVal e As RasterDialogHelpEventArgs _ 
)  
protected: 
virtual void OnHelp(  
   RasterDialogHelpEventArgs^ e 
)  

Parameters

e
The event handler receives an argument of type RasterDialogHelpEventArgs .

Example

Refer to RasterSaveDialog 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