XLL+ Class Library (7.0)

CXllApp::SheetChangeEvent

Gets a reference to the SheetChange event

CXlSheetChangeEvent& SheetChangeEvent( );

Return Value

The function returns a reference to the application's SheetChange event, which is of type CXlSheetChangeEvent.

Remarks

The SheetChange event is raised when a cell is changed in a worksheet. All registered observers receive the event via the CXlEventObserver::Update method.

When observers are notified, an argument of type CXlRangeEventArgs is passed.

Registration

Observers can register for this event at any point in the life of the XLL. Registration can be done explicitly using Register, or automatically by creating an instance of CXlSheetChangeEventStaticObserver.

Requirements

Header: xllplus.h

See Also

CXllApp Class | CXllApp Methods | Events