Spread for ASP.NET 10 Product Documentation
PrintAbortEventHandler Delegate


Represents a defined method that handles the PrintAbort event for the Spread component.
Syntax
'Declaration
 
Public Delegate Sub PrintAbortEventHandler( _
   ByVal sender As Object, _
   ByVal e As PrintAbortEventArgs _
) 
'Usage
 
Dim instance As New PrintAbortEventHandler(AddressOf HandlerMethod)
public delegate void PrintAbortEventHandler( 
   object sender,
   PrintAbortEventArgs e
)

Parameters

sender
e
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

PrintAbortEventHandler Members
FarPoint.Web.Spread Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.