[Nullable(Mono.Cecil.CustomAttributeArgument[])] event EventHandler<EplanCloudResourceDeprecationArgs> EplanCloudResourceDeprecationEvent
[Nullable(Mono.Cecil.CustomAttributeArgument[])] event EventHandler<EplanCloudResourceDeprecationArgs^>^ EplanCloudResourceDeprecationEvent
Event Data
The event handler receives an argument of type EplanCloudResourceDeprecationArgs containing data related to this event. The following EplanCloudResourceDeprecationArgs properties provide information specific to this event.
Property | Description |
---|---|
Deprecation | Deprecation Date of the EPLAN Cloud resource |
Link | Available alternates to the deprecated resource |
Sunset | Date when the EPLAN Cloud resource is expected to become unresponsive |
Uri | Uri of the Deprecated EPLAN Cloud resource |
See Also