_IDocumentEvents ActiveSheetChangeNotify Event Send Feedback
See Also 
SheetName
Name of the new active sheet
Post-notifies an application when the active sheet has changed.

Syntax

Visual Basic 
Public Delegate Sub _IDocumentEvents_ActiveSheetChangeNotifyEventHandler( _
) 
C# 
public delegate void _IDocumentEvents_ActiveSheetChangeNotifyEventHandler( 
)
JavaScript 
Event Not Supported 
)
COM native C++ 
ActiveSheetChangeNotify( 
    SheetName
)
C++ 
ActiveSheetChangeNotify( 
)

Parameters

SheetName
Name of the new active sheet

Remarks

If developing a c++ application, use dsDocument_ActiveSheetChangeNotify to register for this notification.

See Getting Started for more information about C++ interface add-in template callback functions.

See Also

Availability

DraftSight V1R3.0