DataBus::PropertyMetadataChanged Event
Occurs when the metadata property value of the DataBus control changes.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
public: event EventHandler<SfcPropertyMetadataChangedEventArgs^>^ PropertyMetadataChanged { virtual void add(EventHandler<SfcPropertyMetadataChangedEventArgs^>^ value) sealed; virtual void remove(EventHandler<SfcPropertyMetadataChangedEventArgs^>^ value) sealed; }
Show: