Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / ImageClickEventArgs.cs / 1 / ImageClickEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI { using System; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class ImageClickEventArgs : EventArgs { ///[To be supplied.] ////// public int X; ///[To be supplied.] ////// public int Y; ///[To be supplied.] ////// public ImageClickEventArgs(int x,int y) { this.X = x; this.Y = y; } } }[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- IfAction.cs
- RegistryKey.cs
- DataSetSchema.cs
- ProxyAttribute.cs
- EventSourceCreationData.cs
- TileBrush.cs
- SqlInternalConnectionSmi.cs
- OdbcTransaction.cs
- HandlerBase.cs
- VScrollProperties.cs
- TransformationRules.cs
- FastPropertyAccessor.cs
- EventTask.cs
- ApplicationTrust.cs
- DataTableReaderListener.cs
- BulletedListEventArgs.cs
- DashStyle.cs
- PrimaryKeyTypeConverter.cs
- HtmlForm.cs
- DictionaryTraceRecord.cs
- ContentElement.cs
- EmbossBitmapEffect.cs
- PolyQuadraticBezierSegment.cs
- FontResourceCache.cs
- XmlStrings.cs
- SelectorItemAutomationPeer.cs
- TemplateColumn.cs
- TraceContextEventArgs.cs
- CheckBoxPopupAdapter.cs
- XmlUnspecifiedAttribute.cs
- SequentialUshortCollection.cs
- WrappedReader.cs
- LeaseManager.cs
- SerializationAttributes.cs
- ManagedFilter.cs
- EventProviderClassic.cs
- TileBrush.cs
- DiscoveryClientBindingElement.cs
- TheQuery.cs
- PointCollection.cs
- DependencyPropertyChangedEventArgs.cs
- FlowDocumentView.cs
- DbModificationClause.cs
- ProjectionCamera.cs
- DataGridPageChangedEventArgs.cs
- SecureStringHasher.cs
- EventSinkHelperWriter.cs
- DataGrid.cs
- SqlNamer.cs
- XamlToRtfParser.cs
- XmlnsCache.cs
- SystemNetworkInterface.cs
- ReferentialConstraint.cs
- ExpandCollapseProviderWrapper.cs
- MonikerBuilder.cs
- InstalledVoice.cs
- PeerContact.cs
- ToolStripItemImageRenderEventArgs.cs
- ToolStripRendererSwitcher.cs
- XmlILStorageConverter.cs
- WorkflowServiceNamespace.cs
- MarkupWriter.cs
- DesignerListAdapter.cs
- Tile.cs
- IDispatchConstantAttribute.cs
- StorageEntityContainerMapping.cs
- OneOfScalarConst.cs
- PeerCredentialElement.cs
- DelegatingTypeDescriptionProvider.cs
- WhereaboutsReader.cs
- SchemaAttDef.cs
- RSACryptoServiceProvider.cs
- CodeTypeReference.cs
- TextWriter.cs
- TemplatePagerField.cs
- DependentList.cs
- OdbcConnection.cs
- PlatformNotSupportedException.cs
- FixedTextContainer.cs
- CurrencyManager.cs
- DCSafeHandle.cs
- WindowHelperService.cs
- IISUnsafeMethods.cs
- XmlCDATASection.cs
- SemanticResultValue.cs
- SupportsPreviewControlAttribute.cs
- DataGridViewComboBoxColumn.cs
- _OSSOCK.cs
- XmlBinaryReaderSession.cs
- MasterPageBuildProvider.cs
- SettingsPropertyNotFoundException.cs
- DescendentsWalker.cs
- XmlStreamStore.cs
- SqlNotificationEventArgs.cs
- TheQuery.cs
- ScriptModule.cs
- Int32RectValueSerializer.cs
- HttpApplicationFactory.cs
- DocumentViewerConstants.cs
- SchemaConstraints.cs