ImageWebPart.CellReady 方法

实现CellReady事件处理程序。

命名空间:  Microsoft.SharePoint.WebPartPages
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Sub CellReady ( _
    sender As Object, _
    cellReadyArgs As CellReadyEventArgs _
)
用法
Dim instance As ImageWebPart
Dim sender As Object
Dim cellReadyArgs As CellReadyEventArgs

instance.CellReady(sender, cellReadyArgs)
public void CellReady(
    Object sender,
    CellReadyEventArgs cellReadyArgs
)

参数

实现

ICellConsumer.CellReady(Object, CellReadyEventArgs)

备注

CellReady方法可实现CellReady事件。当单元格已更改,并提供此单元格的使用者时,由提供商发送此事件。

另请参阅

引用

ImageWebPart 类

ImageWebPart 成员

Microsoft.SharePoint.WebPartPages 命名空间