| 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
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.
DraftSight V1R3.0
Syntax