Share via


EventBindingService.GetCompatibleMethods Method

When overridden in a derived class, returns the names of methods that are compatible with a specified event.

Namespace:  Microsoft.Windows.Design.Services
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride Function GetCompatibleMethods ( _
    modelEvent As ModelEvent _
) As IEnumerable(Of String)
public abstract IEnumerable<string> GetCompatibleMethods(
    ModelEvent modelEvent
)
public:
virtual IEnumerable<String^>^ GetCompatibleMethods(
    ModelEvent^ modelEvent
) abstract
abstract GetCompatibleMethods : 
        modelEvent:ModelEvent -> IEnumerable<string> 
public abstract function GetCompatibleMethods(
    modelEvent : ModelEvent
) : IEnumerable<String>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<String>
The names of methods that are compatible with modelEvent.

.NET Framework Security

See Also

Reference

EventBindingService Class

Microsoft.Windows.Design.Services Namespace

ModelEditingScope

ModelEventCollection

Other Resources

WPF Designer Extensibility Architecture