Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / Microsoft / Win32 / TimerElapsedEvenArgs.cs / 1 / TimerElapsedEvenArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace Microsoft.Win32 { using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Security.Permissions; ////// [HostProtectionAttribute(MayLeakOnAbort = true)] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name = "FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class TimerElapsedEventArgs : EventArgs { private readonly IntPtr timerId; ///Provides data for the ///event. /// public TimerElapsedEventArgs(IntPtr timerId) { this.timerId = timerId; } ///Initializes a new instance of the ///class. /// public IntPtr TimerId { get { return this.timerId; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the ID number for the timer. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace Microsoft.Win32 { using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Security.Permissions; ////// [HostProtectionAttribute(MayLeakOnAbort = true)] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name = "FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class TimerElapsedEventArgs : EventArgs { private readonly IntPtr timerId; ///Provides data for the ///event. /// public TimerElapsedEventArgs(IntPtr timerId) { this.timerId = timerId; } ///Initializes a new instance of the ///class. /// public IntPtr TimerId { get { return this.timerId; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the ID number for the timer. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RequestCacheEntry.cs
- CapabilitiesRule.cs
- CodeLinePragma.cs
- CheckPair.cs
- DescendantQuery.cs
- MultipartIdentifier.cs
- _NegotiateClient.cs
- EndCreateSecurityTokenRequest.cs
- TagNameToTypeMapper.cs
- UniformGrid.cs
- OutputCacheSettings.cs
- ProtectedProviderSettings.cs
- DodSequenceMerge.cs
- DomainConstraint.cs
- FixedPageStructure.cs
- HwndStylusInputProvider.cs
- TypeUtil.cs
- KeyInterop.cs
- X509Chain.cs
- DataGridTextBox.cs
- FigureParagraph.cs
- LabelInfo.cs
- ErrorProvider.cs
- DispatcherBuilder.cs
- NullableFloatSumAggregationOperator.cs
- CheckBoxStandardAdapter.cs
- wmiprovider.cs
- DataControlFieldCell.cs
- ClientScriptManager.cs
- WebConfigManager.cs
- TransformerTypeCollection.cs
- AuthenticationConfig.cs
- IsolationInterop.cs
- InkPresenterAutomationPeer.cs
- FunctionParameter.cs
- DetailsViewRow.cs
- OpCodes.cs
- WorkflowApplicationEventArgs.cs
- ObjectAssociationEndMapping.cs
- Win32Interop.cs
- DataGridState.cs
- FunctionQuery.cs
- RemoteWebConfigurationHostStream.cs
- SqlTypeConverter.cs
- CommandHelper.cs
- PageRequestManager.cs
- MenuRendererClassic.cs
- KeySplineConverter.cs
- MasterPage.cs
- PasswordDeriveBytes.cs
- XPathSingletonIterator.cs
- ManipulationPivot.cs
- CssStyleCollection.cs
- ProxyWebPart.cs
- BindingListCollectionView.cs
- sortedlist.cs
- ZoneMembershipCondition.cs
- LockedActivityGlyph.cs
- PathNode.cs
- CompiledQuery.cs
- WebHostScriptMappingsInstallComponent.cs
- Rect.cs
- DatePickerDateValidationErrorEventArgs.cs
- BaseHashHelper.cs
- DrawListViewItemEventArgs.cs
- TraceLog.cs
- ProviderCollection.cs
- XmlCDATASection.cs
- ObjectDataSourceMethodEventArgs.cs
- SaveFileDialog.cs
- Stopwatch.cs
- PasswordTextNavigator.cs
- CodeTryCatchFinallyStatement.cs
- IsolatedStorageFileStream.cs
- GeneratedView.cs
- DbSourceCommand.cs
- UserUseLicenseDictionaryLoader.cs
- PrivilegedConfigurationManager.cs
- UnsafeCollabNativeMethods.cs
- StreamingContext.cs
- RowTypePropertyElement.cs
- SByteStorage.cs
- SrgsRulesCollection.cs
- DataGridViewCheckBoxColumn.cs
- Brushes.cs
- CultureSpecificStringDictionary.cs
- PageFunction.cs
- TileBrush.cs
- SoapParser.cs
- CryptoKeySecurity.cs
- MouseEventArgs.cs
- DataBoundLiteralControl.cs
- SecurityContextSecurityToken.cs
- ObjectStateFormatter.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- MenuItemStyleCollection.cs
- SafeLibraryHandle.cs
- __ComObject.cs
- TableCellAutomationPeer.cs
- TracedNativeMethods.cs