WorksheetOnPasswordRequest Event
Requests password.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public event PasswordRequestEventHandler OnPasswordRequest
Public Event OnPasswordRequest As PasswordRequestEventHandler
public:
event PasswordRequestEventHandler^ OnPasswordRequest {
void add (PasswordRequestEventHandler^ value);
void remove (PasswordRequestEventHandler^ value);
}
member OnPasswordRequest : IEvent<PasswordRequestEventHandler,
EventArgs>
Value
PasswordRequestEventHandler