Version

Search Results

NotifyPropChange(Enum) Method

Syntax Parameters propId

NotifyPropChange(Enum,PropChangeInfo) Method

Syntax Parameters propId trigger

NotifyPropChange(PropChangeInfo) Method

Syntax Parameters trigger

OnAddedToCollection Method (RibbonTab)

Called when this object is being added to the specified collection. Syntax Parameters primaryCollection The collection to which the object is being added.

OnDeserialization Method (RibbonTab)

Invoked after the entire object graph has been deserialized. Syntax Parameters sender The object that initiated the callback. The functionality for the this parameter is not currently implemented.

OnDispose Method (RibbonTab)

Invoked when the object is disposed. Syntax Example The following sample code illustrates how classes derived from SubObjectBase can provide property change notifications with complete context information even within complex object graphs. Also note that the SubObjectPropChanged event is public so that an applicat...

OnObjectPropChanged Method (RibbonTab)

Syntax Parameters propChange

OnRemovedFromCollection Method (RibbonTab)

Called when the object is being removed from the collection. Syntax Parameters primaryCollection The collection from which the object is being removed. Remarks Note: When overriding this method, it is recommended the base implementation is called before the derived implementation returns.

OnSubObjectPropChanged Method (RibbonTab)

Called when a property has changed on a sub object. Syntax Parameters propChange Information regarding the chain of property change notification. Example The following sample code illustrates how classes derived from SubObjectBase can provide property change notifications with complete context information even wit...