LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

HolePunchRemoveCommandEventHandler Delegate

Show in webframe







The source of the event.
A HolePunchRemoveCommandEventArgs that contains the event data.
Represents the method that will handles each hole punch found by HolePunchRemoveCommand.
Syntax
public delegate void HolePunchRemoveCommandEventHandler( 
   object sender,
   HolePunchRemoveCommandEventArgs e
)
'Declaration
 
Public Delegate Sub HolePunchRemoveCommandEventHandler( _
   ByVal sender As Object, _
   ByVal e As HolePunchRemoveCommandEventArgs _
) 
'Usage
 
Dim instance As New HolePunchRemoveCommandEventHandler(AddressOf HandlerMethod)
public delegate void HolePunchRemoveCommandEventHandler( 
   object sender,
   HolePunchRemoveCommandEventArgs e
)

            

            
HolePunchRemoveCommandEventHandler( 
   sender ,
   e 
)
public delegate void HolePunchRemoveCommandEventHandler( 
   Object^ sender,
   HolePunchRemoveCommandEventArgs^ e
)

Parameters

sender
The source of the event.
e
A HolePunchRemoveCommandEventArgs that contains the event data.
Remarks
Requirements

Target Platforms

See Also

Reference

HolePunchRemoveCommandEventHandler Members
Leadtools.ImageProcessing.Core Namespace

 

 


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