suite4.net.FormDatabase Documentation

IWebLoaderEvent.Parameters Property

Gets the Parameters associated with the IWebLoaderEvent.

[Visual Basic]
Property Parameters As ICollection
[C#]
System.Collections.ICollection Parameters {get;}

Property Value

An ICollection containing all IWebLoaderEventParameter instances that are associated with the IWebLoaderEvent interface.

Remarks

Adding parameters to the collection is achieved by calling the AddParameter method.

See Also

IWebLoaderEvent Interface | suite4.net.FormDatabase Namespace