Table of Contents

TProtection.OnPassword Event

It is called when opening a password protected file, so you can supply the correct password. If you know beforehand that the file is protected you do not need this event, just use the OpenPassword method on this object.

Syntax

Namespace: FlexCel.Core

public OnPasswordEventHandler OnPassword

See also