Uses of Class
system.data.DataRowChangeEventArgs
-
Packages that use DataRowChangeEventArgs Package Description system.data -
-
Uses of DataRowChangeEventArgs in system.data
Methods in system.data that return DataRowChangeEventArgs Modifier and Type Method Description static DataRowChangeEventArgs
DataRowChangeEventArgs. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoDataRowChangeEventArgs
, a cast assert is made to check if types are compatible.Methods in system.data with parameters of type DataRowChangeEventArgs Modifier and Type Method Description void
DataRowChangeEventHandler. DynamicInvoke(NetObject sender, DataRowChangeEventArgs e)
void
DataRowChangeEventHandler. Invoke(NetObject sender, DataRowChangeEventArgs e)
Methods invoked in JVM when an event is raised in CLRvoid
IDataRowChangeEventHandler. Invoke(NetObject sender, DataRowChangeEventArgs e)
-