LoadingDataEventArgs Class

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Provides data for the LoadingData event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.ComponentModel.CancelEventArgs
      System.Windows.Controls.LoadingDataEventArgs

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)

Syntax

'Declaration
Public NotInheritable Class LoadingDataEventArgs _
    Inherits CancelEventArgs
'Usage
Dim instance As LoadingDataEventArgs
public sealed class LoadingDataEventArgs : CancelEventArgs
public ref class LoadingDataEventArgs sealed : public CancelEventArgs
[<SealedAttribute>]
type LoadingDataEventArgs =  
    class
        inherit CancelEventArgs
    end
public final class LoadingDataEventArgs extends CancelEventArgs

The LoadingDataEventArgs type exposes the following members.

Properties

  Name Description
Public property Cancel (Inherited from CancelEventArgs.)
Public property LoadBehavior Gets or sets the load behavior applied to this load operation.
Public property Query Gets or sets the query that is executed remotely.
Public property RestoreLoadSettings Gets or sets a value indicating whether the load, filter, sort and group settings of the DomainDataSource are restored to the same values they were at the last successful load operation.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Windows.Controls Namespace