Share via


ObjectList.PreShowItemCommands(Int32) 메서드

정의

ShowItemCommands 이벤트에 설정되어 있는 이벤트 처리기를 호출하여 지정된 항목을 표시하기 전에 해당 명령 집합을 준비합니다. ASP.NET에서 내부적으로 호출됩니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 void PreShowItemCommands(int itemIndex);
public void PreShowItemCommands (int itemIndex);
member this.PreShowItemCommands : int -> unit
Public Sub PreShowItemCommands (itemIndex As Integer)

매개 변수

itemIndex
Int32

항목의 인덱스 참조입니다.

설명

새 디바이스 어댑터를 작성 하는 경우에이 메서드를 사용 하면 됩니다.

적용 대상

추가 정보