Visual Basic (Declaration) | |
---|---|
Protected Overridable Function ShouldCreateDataPoint( _ ByVal dataContext As Object _ ) As Boolean |
C# | |
---|---|
protected virtual bool ShouldCreateDataPoint( object dataContext ) |
Parameters
- dataContext
- The data context.
Return Value
true
to create it, false
to skip it.Target Platforms:Windows Phone 7