Package muntjac :: Package data :: Module container :: Class IPropertySetChangeEvent
[hide private]
[frames] | no frames]

Class IPropertySetChangeEvent

source code

object --+
         |
        IPropertySetChangeEvent

An Event object specifying the IContainer whose Property set has changed.

A property set change means the addition, removal or other structural changes to the properties of a container. Changes concerning the set of items in the container and their property values are not property set changes.

Instance Methods [hide private]
 
getContainer(self)
Retrieves the IContainer whose contents have been modified.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

getContainer(self)

source code 

Retrieves the IContainer whose contents have been modified.

Returns:
Source IContainer of the event.