OlapMetadataObjectCreatedEventArgsTObject Class

Event data for all events fired when a metadata object is created.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dundas.BI.Data.Metadata.OlapOlapMetadataObjectCreatedEventArgsTObject

Namespace:  Dundas.BI.Data.Metadata.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public class OlapMetadataObjectCreatedEventArgs<TObject> : EventArgs

Type Parameters

TObject
The type of the object.

The OlapMetadataObjectCreatedEventArgsTObject type exposes the following members.

Constructors
  NameDescription
Public methodOlapMetadataObjectCreatedEventArgsTObject
Initializes a new instance of the OlapMetadataObjectCreatedEventArgsTObject class.
Top
Properties
  NameDescription
Public propertyCanceled
Gets or sets a value indicating whether creation of the object should be canceled.
Public propertyMetadataObject
Gets the metadata object.
Top
See Also