Package system.windows.documents
Interface IPaginationProgressEventHandler
-
public interface IPaginationProgressEventHandler
The Java interface to be implemented to receive events from the CLR usingPaginationProgressEventHandler
.See: https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Documents.PaginationProgressEventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
Invoke(NetObject sender, PaginationProgressEventArgs e)
-
-
-
Method Detail
-
Invoke
void Invoke(NetObject sender, PaginationProgressEventArgs e)
-
-