TabProtectionFailedBaseEventArgs.Create

Fore Syntax

Create(TabSheet: ITabSheet; Target: Variant; Message: String);

Fore.NET Syntax

Create(TabSheet: Prognoz.Platform.Interop.Tab.TabSheet; Target: Object; Message: String);

Parameters

TabSheet - table of the component for which the event is generated.

Target - the parameter is not used.

Message - protection violation message.

Description

The Create constructor creates event argument containing the text of protection violation.

See also:

TabProtectionFailedBaseEventArgs