ImageGear .NET
ImGearARTToolBar.DelegateCreateMark Delegate




Reference to ART page object.
Reference to the created mark.
A delegate for notifications when annotation mark is created.
Syntax
public delegate void ImGearARTToolBar.DelegateCreateMark( 
   ImGearARTPage page,
   ImGearARTMark mark
)
public: __gc __delegate void ImGearARTToolBar.DelegateCreateMark( 
   ImGearARTPage* page,
   ImGearARTMark* mark
)
public delegate void ImGearARTToolBar.DelegateCreateMark( 
   ImGearARTPage^ page,
   ImGearARTMark^ mark
)
'Declaration
 
Public Delegate Sub ImGearARTToolBar.DelegateCreateMark( _
   ByVal page As ImGearARTPage, _
   ByVal mark As ImGearARTMark _
) 
 
'Usage
 
Dim instance As New ImGearARTToolBar.DelegateCreateMark(AddressOf HandlerMethod)

Parameters

page
Reference to ART page object.
mark
Reference to the created mark.
Remarks
This delegate, if registered, is automatically called from the ART forms when the user creates a mark.
See Also

Reference

ImGearARTToolBar.DelegateCreateMark Members
ImageGear.ART.Forms Namespace
ImGearARTPage Class
ImGearARTMark Class

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback