Click or drag to resize
DigitalRuneAnimationInstanceOnCompleted Method
Raises the Completed event.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
protected virtual void OnCompleted(
	EventArgs eventArgs
)

Parameters

eventArgs
Type: SystemEventArgs
EventArgs object that provides the arguments for the event.
Remarks
Notes to Inheritors: When overriding OnCompleted(EventArgs) in a derived class, be sure to call the base class's OnCompleted(EventArgs) method so that registered delegates receive the event.
See Also