Show / Hide Table of Contents

Delegate ContentChangedEventHandler

Represents the method that handles the ContentChanged event.

Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public delegate void ContentChangedEventHandler(object sender, ContentChangedEventArgs e);
Parameters
Type Name Description
System.Object sender

The object where the event handler is attached.

ContentChangedEventArgs e

The event data.

  • Improve this Doc
  • View Source