HelpProviderShowHelpExecuted Method

Execute the F1 help command.

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
private static void ShowHelpExecuted(
	Object sender,
	ExecutedRoutedEventArgs e
)

Parameters

sender  Object
 
e  ExecutedRoutedEventArgs
 

Remarks

Calls ShowHelpTopic to show the help topic attached to the framework element that's the source of the call.

See Also