Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CallingDataMethodsEventArgs::DataMethodsObject Property

.NET Framework (current version)
 

An object that contains the data methods to call, when the data methods are not static methods on a type.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property Object^ DataMethodsObject {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

The instance that contains the data methods to call, or null if the data methods are static methods.

If you set this property, do not set the DataMethodsType property.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft