Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.Scp.Media Namespace > MediaCreationEventBroker Class : MediaObjectUpdated Event |
public event EventHandler<MediaItemEventArgs> MediaObjectUpdated
'Declaration Public Event MediaObjectUpdated As EventHandler(Of MediaItemEventArgs)
'Usage Dim instance As MediaCreationEventBroker Dim handler As EventHandler(Of MediaItemEventArgs) AddHandler instance.MediaObjectUpdated, handler
public: event EventHandler<MediaItemEventArgs^>^ MediaObjectUpdated
The event handler receives an argument of type MediaItemEventArgs containing data related to this event. The following MediaItemEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Item | Gets or sets the Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement item. |