Show / Hide Table of Contents

Method OnActiveDocumentChanged

| Improve this Doc View Source

OnActiveDocumentChanged(EventArgs)

Raises the ActiveDocumentChanged event.

Declaration
protected virtual void OnActiveDocumentChanged(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

An System.EventArgs that contains the event data.

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 overriding in a derived class, be sure to call the base class's method so that registered delegates receive the event.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest