Show / Hide Table of Contents

Delegate SubImageEventHandler

Represents the method that will handle the SubImageOpenSucceeded and the SubImageOpenFailed event.

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

The object where the event handler is attached.

SubImageRoutedEventArgs e

The event data.

  • Improve this Doc
  • View Source