Show / Hide Table of Contents

Delegate RoutedEventHandler

Represents the method that will handle routed events.

Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public delegate void RoutedEventHandler(object sender, RoutedEventArgs e);
Parameters
Type Name Description
System.Object sender
RoutedEventArgs e
  • Improve this Doc
  • View Source