[This is preliminary documentation and is subject to change.]
Represents the method that will handle the SaveComplete event of the RadPdfWebControl
Namespace:
RadPdfLibrary.Web.UIAssembly: RadPdfLibrary (in RadPdfLibrary.dll) Version: 1.4.3630.21651 (1.4.0.0)
Syntax
| C# |
|---|
public delegate void SaveCompleteEventHandler( Object sender, SaveCompleteEventArgs e ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub SaveCompleteEventHandler ( _ sender As Object, _ e As SaveCompleteEventArgs _ ) |
| Visual Basic (Usage) |
|---|
Dim instance As New SaveCompleteEventHandler(AddressOf HandlerMethod) |
Parameters
- sender
- Type: System..::.Object
The event source, a RadPdfWebControl object
- e
- Type: RadPdfLibrary.Web.UI..::.SaveCompleteEventArgs
The event arguments