LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

OnActionApplied Method

Show in webframe






The object firing the event.
The event data.
Fires the ActionApplied event.
Syntax
protected virtual void OnActionApplied( 
   object sender,
   MouseActionEventArgs args
)
'Declaration
 
Protected Overridable Sub OnActionApplied( _
   ByVal sender As Object, _
   ByVal args As MouseActionEventArgs _
) 
'Usage
 
Dim instance As ApplyActionCommand
Dim sender As Object
Dim args As MouseActionEventArgs
 
instance.OnActionApplied(sender, args)

            

            
protected: virtual void OnActionApplied( 
   Object* sender,
   MouseActionEventArgs* args
) 
protected:
virtual void OnActionApplied( 
   Object* sender,
   MouseActionEventArgs* args
) 

Parameters

sender
The object firing the event.
args
The event data.
Requirements

Target Platforms

See Also

Reference

ApplyActionCommand Class
ApplyActionCommand Members

 

 


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