Represents the method that handles the OnOpenDataset event.
[Visual Basic .NET] Public Delegate Sub OnOpenDatasetEventHandler ( _ ByVal SchematicDataset As ISchematicDataset _ )
[C#] public delegate void OnOpenDatasetEventHandler ( ISchematicDataset SchematicDataset );