LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

OnCellAnnotationDeleted Method

Show in webframe






The object firing the event.
The CellAnnotationDeletedEventArgs that provides data for the event
Fires the CellAnnotationDeleted event.
Syntax
protected virtual void OnCellAnnotationDeleted( 
   object sender,
   CellAnnotationDeletedEventArgs args
)
'Declaration
 
Protected Overridable Sub OnCellAnnotationDeleted( _
   ByVal sender As Object, _
   ByVal args As CellAnnotationDeletedEventArgs _
) 
'Usage
 
Dim instance As DeleteCellAnnotationsCommand
Dim sender As Object
Dim args As CellAnnotationDeletedEventArgs
 
instance.OnCellAnnotationDeleted(sender, args)

            

            
protected: virtual void OnCellAnnotationDeleted( 
   Object* sender,
   CellAnnotationDeletedEventArgs* args
) 
protected:
virtual void OnCellAnnotationDeleted( 
   Object* sender,
   CellAnnotationDeletedEventArgs* args
) 

Parameters

sender
The object firing the event.
args
The CellAnnotationDeletedEventArgs that provides data for the event
Requirements

Target Platforms

See Also

Reference

DeleteCellAnnotationsCommand Class
DeleteCellAnnotationsCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.