DataTable.onRemoveColumn method

xiaoxiao2021-03-06  20

.NET Framework class library

DataTable.onRemoveColumn method

Notify DataTable: Datacolumn is being removed.

[Visual Basic]

Protected Friend Overridable Sub onremoveColumn (_

Byval column as datacolumn _

)

[C #]

Protected Internal Virtual Void OnremoveColumn

Datacolumn column

);

[C ]

Protected public: Virtual Void OnRemoveColumn (

Datacolumn * column

);

[Jscript]

Protected Internal Function OnremoveColumn

Column: Datacolumn

);

parameter

Column

Be removed

Datacolumn.

Note

The event handler will be invoked by delegate when an event is triggered. For more information, see TabINDEX = "0" keywords = "cpconprovidingeventfunctionality"> Incident events.

For the successor's instructions: When rewriting OnRemoveColumn in the derived class, you must call the base class onRemoveColumn method.

Claim

Platform: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 Series

See

DataTable class | DataTable member | system.data namespace

转载请注明原文地址:https://www.9cbs.com/read-42830.html

New Post(0)