TransferredProjectStandardsEventArgs
Description:
The event arguments used by the TransferredProjectStandards event.
The event arguments used by the TransferredProjectStandards event.
Inheritance Hierarchy:
System.Object
System.EventArgs
Autodesk.Revit.DB.Events.RevitAPIEventArgs
Autodesk.Revit.DB.Events.RevitAPISingleEventArgs
Autodesk.Revit.UI.Events.TransferredProjectStandardsEventArgs
System.Object
System.EventArgs
Autodesk.Revit.DB.Events.RevitAPIEventArgs
Autodesk.Revit.DB.Events.RevitAPISingleEventArgs
Autodesk.Revit.UI.Events.TransferredProjectStandardsEventArgs
public class TransferredProjectStandardsEventArgs : RevitAPISingleEventArgs
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| GetSelectedExternalItems() | IDictionary | Gets the collection of externally added items that the user opted to enable for transfer in the Transfer Project Standards dialog. | |
| Dispose() | None | Releases all resources used by the | RevitAPIEventArgs |
| IsCancelled() | bool | Indicates whether the event is being cancelled. | RevitAPIEventArgs |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| SourceDocument | Document | Source document. | |
| TargetDocument | Document | Target document. | |
| Cancellable | bool | Indicates whether an event may be cancelled by an event delegate. | RevitAPIEventArgs |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | RevitAPIEventArgs |