ViewRestoredHandler Delegate

Represents a method that will handle the Viewport.ViewRestored event.
Public Delegate Sub ViewRestoredHandler( _ 
ByVal sender As Object, _ 
ByVal e As ViewEventArgs
)
This language is not supported or no code example is available.
public delegate void ViewRestoredHandler( 
object sender
ViewEventArgs e 
)
This language is not supported or no code example is available.

Parameters

sender
object

The source of the event

e
ViewEventArgs

A ViewEventArgs that contains the event data

.NET Framework

Supported in: 4.8

In this article

Definition