Share

DocumentWindowFloatedEventHandler Type

Description

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

Visual Basic

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

C#

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

Was this information helpful?