Show / Hide Table of Contents

Interface IComponentConnector

Provides markup compile and tools support for named XAML elements and for attaching event handlers to them.

Namespace: OpenSilver.Internal.Xaml
Assembly: OpenSilver.dll
Syntax
public interface IComponentConnector

Methods

| Improve this Doc View Source

Connect(Int32, Object)

Attaches events and names to compiled content.

Declaration
void Connect(int connectionId, object target)
Parameters
Type Name Description
System.Int32 connectionId

An identifier token to distinguish calls.

System.Object target

The target to connect events and names to.

  • Improve this Doc
  • View Source