MovieClip.OnLostFocus()

MovieClip.OnLostFocus Method


Handles the LostFocus event.

Definition

protected virtual void OnLostFocus();

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.