Show / Hide Table of Contents

Delegate FreezablePropertyChanged

Freezable Property Changed

Namespace: EmptyKeys.UserInterface
Assembly: EmptyKeys.UserInterface.dll
Syntax
public delegate void FreezablePropertyChanged(object sender, DependencyProperty e);
Parameters
Type Name Description
System.Object sender

The sender.

DependencyProperty e

The e.

Back to top Generated by DocFX