Leadtools.Medical.Workstation.Commands Namespace > DeleteCellAnnotationsCommand Class : CellAnnotationDeleted Event |
public event EventHandler<CellAnnotationDeletedEventArgs> CellAnnotationDeleted
'Declaration Public Event CellAnnotationDeleted As EventHandler(Of CellAnnotationDeletedEventArgs)
'Usage Dim instance As DeleteCellAnnotationsCommand Dim handler As EventHandler(Of CellAnnotationDeletedEventArgs) AddHandler instance.CellAnnotationDeleted, handler
public: __event EventHandler<CellAnnotationDeletedEventArgs*>* CellAnnotationDeleted
public: event EventHandler<CellAnnotationDeletedEventArgs*>* CellAnnotationDeleted
The event handler receives an argument of type CellAnnotationDeletedEventArgs containing data related to this event. The following CellAnnotationDeletedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AnnotationId | Gets the Leadtools.Medical.Workstation.DataAccessLayer.AnnotationIdentifier that will be deleted. |
ViewerCell | Gets the cell which annotation will be deleted. |