[This is preliminary documentation and is subject to change.]

Handles timing hold request events

Namespace: Clarion.Framework.Templates
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
protected virtual void OnTimingHoldRequest(
	Object sender,
	TimingHoldRequestedEventArgs e
)

Parameters

sender
Type: System..::..Object
The internal mechanism that initiated the event
e
Type: Clarion.Framework.Core..::..TimingHoldRequestedEventArgs
The event args for the event

See Also