IStyleConnector Interface

Definition

Provides methods used internally by the WPF XAML parser to attach events and event setters in compiled XAML.

public interface class IStyleConnector
public interface IStyleConnector
type IStyleConnector = interface
Public Interface IStyleConnector
Derived

Remarks

The IStyleConnector class is not intended for use by anything other than the WPF XAML markup compiler. It is referenced by generated code that does event wiring for markup that involves templates or a similar factory model.

Methods

Connect(Int32, Object)

Attaches events on event setters and templates in compiled content.

Applies to