Metodo PasswordButtonEditOnClickButton
|
Handles the click event for an editor button, restoring password character settings before invoking the base
implementation.
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 28.1.0
Sintassiprotected override void OnClickButton(
EditorButtonObjectInfoArgs buttonInfo
)
Protected Overrides Sub OnClickButton (
buttonInfo As EditorButtonObjectInfoArgs
)
protected:
virtual void OnClickButton(
EditorButtonObjectInfoArgs^ buttonInfo
) override
abstract OnClickButton :
buttonInfo : EditorButtonObjectInfoArgs -> unit
override OnClickButton :
buttonInfo : EditorButtonObjectInfoArgs -> unit Parametri
- buttonInfo EditorButtonObjectInfoArgs
- An object containing information about the editor button that was clicked. Provides context for the button
event.
Vedi anche