This topic has not yet been rated - Rate this topic

DependencyProperty.RegisterAttached Method

Registers an attached property with the property system.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Static member RegisterAttached(String, Type, Type) Registers an attached property with the specified property name, property type, and owner type.
Public method Static member RegisterAttached(String, Type, Type, PropertyMetadata) Registers an attached property with the specified property name, property type, owner type, and property metadata.
Public method Static member RegisterAttached(String, Type, Type, PropertyMetadata, ValidateValueCallback) Registers an attached property with the specified property type, owner type, property metadata, and value validation callback for the property.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.