MovieClip.OnDragOut()

MovieClip.OnDragOut Method


Handles the DragOut event.

Definition

protected virtual void OnDragOut();

Remarks

This method allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.

When invoked, this method also raises the event through a delegate.

Note for Inheritors: When overriding the method in a derived class, be sure to call the base class method so that registered delegates receive the event.

© 2004-2005 GlobFX Technologies. All rights reserved.