Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WebPartUserCapability.cs
- ReadOnlyDictionary.cs
- TreeNodeBinding.cs
- StickyNote.cs
- DelegateSerializationHolder.cs
- Util.cs
- Material.cs
- UnauthorizedWebPart.cs
- SQLDecimal.cs
- ELinqQueryState.cs
- BindingNavigator.cs
- DataReceivedEventArgs.cs
- Stack.cs
- HtmlTableRow.cs
- ContextMenu.cs
- CollectionViewProxy.cs
- SoundPlayerAction.cs
- XmlCompatibilityReader.cs
- CacheModeValueSerializer.cs
- TimeSpanValidator.cs
- SqlDataSourceQuery.cs
- ToolStrip.cs
- TimeSpanValidator.cs
- ExtenderHelpers.cs
- WebBrowser.cs
- XPathNodeList.cs
- ConfigXmlCDataSection.cs
- DecimalMinMaxAggregationOperator.cs
- GridViewColumnCollection.cs
- LoginName.cs
- ModelUIElement3D.cs
- SslStream.cs
- DragDeltaEventArgs.cs
- LinkedResourceCollection.cs
- Int32AnimationBase.cs
- CharAnimationBase.cs
- SignatureHelper.cs
- BitmapEffectRenderDataResource.cs
- SelectedCellsChangedEventArgs.cs
- Logging.cs
- TypeInitializationException.cs
- HostingMessageProperty.cs
- IdleTimeoutMonitor.cs
- CallbackHandler.cs
- CodeTypeDelegate.cs
- TextElementAutomationPeer.cs
- SinglePageViewer.cs
- CompModSwitches.cs
- DeflateStream.cs
- CombinedHttpChannel.cs
- AudioFormatConverter.cs
- ListViewPagedDataSource.cs
- StringAnimationBase.cs
- TextDocumentView.cs
- XmlParserContext.cs
- FontStretch.cs
- NavigationWindow.cs
- StringArrayEditor.cs
- CommandEventArgs.cs
- XmlUtil.cs
- NavigationWindowAutomationPeer.cs
- TypedTableBase.cs
- ObjectQuery.cs
- CheckedListBox.cs
- ContainerParaClient.cs
- InlinedAggregationOperator.cs
- DesignerAttribute.cs
- GradientStopCollection.cs
- FixedDocumentPaginator.cs
- CodeSnippetTypeMember.cs
- XMLUtil.cs
- DataColumnCollection.cs
- SiteOfOriginPart.cs
- DataShape.cs
- XmlMtomReader.cs
- WebBrowser.cs
- SafeCryptoHandles.cs
- Stacktrace.cs
- EventRoute.cs
- AsyncDataRequest.cs
- BorderSidesEditor.cs
- RegisteredDisposeScript.cs
- UpdatableWrapper.cs
- Cursor.cs
- RouteParameter.cs
- Odbc32.cs
- TypeForwardedFromAttribute.cs
- CellRelation.cs
- HealthMonitoringSectionHelper.cs
- RegionData.cs
- FileLogRecord.cs
- OperatingSystem.cs
- TracedNativeMethods.cs
- SocketException.cs
- CustomTypeDescriptor.cs
- HebrewNumber.cs
- _OverlappedAsyncResult.cs
- CompareValidator.cs
- NameNode.cs
- DataGridItemCollection.cs