NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlSchemas.OnSet

[To be supplied.]

[Visual Basic]
Overrides Protected Sub OnSet( _
   ByVal index As Integer, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
)
[C#]
protected override void OnSet(
   int index,
   object oldValue,
   object newValue
);
[C++]
protected: override void OnSet(
   int index,
   Object* oldValue,
   Object* newValue
);
[JScript]
protected override function OnSet(
   index : int,
   oldValue : Object,
   newValue : Object
);

Parameters

index
[To be supplied.]
oldValue
[To be supplied.]
newValue
[To be supplied.]

See Also

XmlSchemas Class | XmlSchemas Members | System.Xml.Serialization.Schema Namespace