Share via


EventBindingService.AllowClassNameForMethodName Method

When overridden in a derived class, determines whether a class name can be used in creating a unique method name in a language.

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

Syntax

'Declaration
Public MustOverride Function AllowClassNameForMethodName As Boolean
public abstract bool AllowClassNameForMethodName()
public:
virtual bool AllowClassNameForMethodName() abstract
abstract AllowClassNameForMethodName : unit -> bool 
public abstract function AllowClassNameForMethodName() : boolean

Return Value

Type: System.Boolean
true if a class name can be used in creating a unique method name in a language; otherwise, false.

.NET Framework Security

See Also

Reference

EventBindingService Class

Microsoft.Windows.Design.Services Namespace

ModelEditingScope

ModelEvent

ModelEventCollection

Other Resources

WPF Designer Extensibility Architecture