Share

DocumentWindowFloatedEventHandler Type

Description

A delegate implemented by observers that are interested in document window floated events.

C#

public delegate void DocumentWindowFloatedEventHandler(object sender, DocumentWindowFloatedEventArgs e);

Visual Basic

Public Delegate Sub DocumentWindowFloatedEventHandler(object sender, DocumentWindowFloatedEventArgs e) As void

Was this information helpful?