Open this page in the API Guide

OlapMetadataObjectCreatedEventArgs<TObject> Class

Event data for all events fired when a metadata object is created.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Dundas.BI.Data.Metadata.Olap.OlapMetadataObjectCreatedEventArgs<TObject>

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

Type Parameters

TObject
The type of the object.

The OlapMetadataObjectCreatedEventArgs<TObject> type exposes the following members.

Constructors
  NameDescription
Public methodOlapMetadataObjectCreatedEventArgs<TObject>
Initializes a new instance of the OlapMetadataObjectCreatedEventArgs<TObject> 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