HtmlPageAdapter.EventArgumentKey Propriedade
Definição
Retorna a chave a ser usada para enviar o argumento do evento.Returns the key to use to submit the event argument. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
protected:
virtual property System::String ^ EventArgumentKey { System::String ^ get(); };
protected virtual string EventArgumentKey { get; }
member this.EventArgumentKey : string
Protected Overridable ReadOnly Property EventArgumentKey As String
Valor da propriedade
A chave a ser usada para enviar o argumento de evento.The key to use to submit the event argument.
Comentários
Se um adaptador herdado substituir essa propriedade, ele também deverá substituir o DeterminePostBackMode método para processar o postback.If an inheriting adapter overrides this property, it must also override the DeterminePostBackMode method to process the postback.