IStyleConnector Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |