C# Class SharpVectors.Dom.Events.MutationEvent

Summary description for MutationEvent.
Inheritance: Event, IMutationEvent
Exibir arquivo Open project: codebutler/savagesvg

Public Methods

Method Description
InitMutationEvent ( string eventType, bool bubbles, bool cancelable, INode relatedNode, string prevValue, string newValue, string attrName, AttrChangeType attrChange ) : void
InitMutationEventNs ( string namespaceUri, string eventType, bool bubbles, bool cancelable, INode relatedNode, string prevValue, string newValue, string attrName, AttrChangeType attrChange ) : void
MutationEvent ( ) : System

Method Details

InitMutationEvent() public method

public InitMutationEvent ( string eventType, bool bubbles, bool cancelable, INode relatedNode, string prevValue, string newValue, string attrName, AttrChangeType attrChange ) : void
eventType string
bubbles bool
cancelable bool
relatedNode INode
prevValue string
newValue string
attrName string
attrChange AttrChangeType
return void

InitMutationEventNs() public method

public InitMutationEventNs ( string namespaceUri, string eventType, bool bubbles, bool cancelable, INode relatedNode, string prevValue, string newValue, string attrName, AttrChangeType attrChange ) : void
namespaceUri string
eventType string
bubbles bool
cancelable bool
relatedNode INode
prevValue string
newValue string
attrName string
attrChange AttrChangeType
return void

MutationEvent() public method

public MutationEvent ( ) : System
return System