[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Facebook.Api.Generator.FacebookApiSchemaParser.OnSchemaValidation(System.Object,System.Xml.Schema.ValidationEventArgs)"]

Namespace:  Facebook.Api.Generator
Assembly:  Facebook.Api.Generator (in Facebook.Api.Generator.exe) Version: 1.0.3390.21860 (1.0.0.0)

Syntax

C#
public void OnSchemaValidation(
	Object sender,
	ValidationEventArgs e
)
Visual Basic (Declaration)
Public Sub OnSchemaValidation ( _
	sender As Object, _
	e As ValidationEventArgs _
)
Visual C++
public:
void OnSchemaValidation(
	Object^ sender, 
	ValidationEventArgs^ e
)

Parameters

sender
Type: System..::.Object

[Missing <param name="sender"/> documentation for "M:Facebook.Api.Generator.FacebookApiSchemaParser.OnSchemaValidation(System.Object,System.Xml.Schema.ValidationEventArgs)"]

e
Type: System.Xml.Schema..::.ValidationEventArgs

[Missing <param name="e"/> documentation for "M:Facebook.Api.Generator.FacebookApiSchemaParser.OnSchemaValidation(System.Object,System.Xml.Schema.ValidationEventArgs)"]

See Also

FacebookApiSchemaParser Class
Facebook.Api.Generator Namespace